home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -screenplay- / shareware / freeciv / data / default / cities.ruleset < prev    next >
Text File  |  2000-02-29  |  2KB  |  59 lines

  1.  
  2. ; Modifying this file:
  3. ; You should not modify this file except to make bugfixes or
  4. ; for other "maintenance".  If you want to make custom changes
  5. ; you should create a new datadir subdirectory and copy this file
  6. ; into that directory, and then modify that copy.  Then use the
  7. ; command "set cities <mysubdir>" in the server to have freeciv
  8. ; use your new customized file.
  9.  
  10. [datafile]
  11. description="Cities data for Freeciv"
  12. options="1.9"
  13.  
  14. [parameters]
  15. add_to_size_limit  = 9        ; largest size for adding settlers
  16.  
  17. ;
  18. ; City styles define the way cities are drawn
  19. ;
  20. ; graphic     = group of tiles to use, see cities spec for
  21. ;               more info on city tiles
  22. ; tech        = technology required for style to be used
  23. ; replaced_by = which style replaced this one
  24.  
  25. [citystyle_european]
  26. name        = _("European")
  27. graphic     = "city.european"
  28. graphic_alt = "-"
  29. tech        = "None"
  30. replaced_by = "Industrial"
  31.  
  32. [citystyle_classical]
  33. name        = _("Classical")
  34. graphic     = "city.classical"
  35. graphic_alt = "-"
  36. tech        = "None"
  37. replaced_by = "Industrial"
  38.  
  39. [citystyle_industrial]
  40. name        = _("Industrial")
  41. graphic     = "city.industrial"
  42. graphic_alt = "-"
  43. tech        = "Railroad"
  44. replaced_by = "Modern"
  45.  
  46. [citystyle_modern]
  47. name        = _("Modern")
  48. graphic     = "city.modern"
  49. graphic_alt = "-"
  50. tech        = "Automobile"
  51. replaced_by = "PostModern"
  52.  
  53. [citystyle_postmodern]
  54. name        = _("PostModern")
  55. graphic     = "city.postmodern"
  56. graphic_alt = "-"
  57. tech        = "Superconductors"
  58. replaced_by = "-"
  59.